home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / Terminal 2.2 / Project / Sources / File.h < prev    next >
Text File  |  1992-01-17  |  461b  |  21 lines

  1. /*
  2.     Terminal 2.2
  3.     "File.h"
  4. */
  5.  
  6. void ByteCapture (Byte);
  7. short Convert(short, long, Byte *, short, long, Byte *);
  8. short CopyFile(short);
  9. Boolean DoMenuScript (short);
  10. void Extract (void);
  11. void FileReceive (void);
  12. void FileTransmit (void);
  13. void Kiss (short);
  14. void Make (void);
  15. void SaveBuffer (short);
  16. void SendScrap (void);
  17. void SendText (void);
  18. Boolean RunScript(short, long, Byte *, short);
  19. short pascal SendTextFile (short, Byte *);
  20. void TextCapture (short);
  21.